This lesson builds a service (a simple "shell" application) on top of the TCP server we built in lesson 3.
To use the shell, simply telnet to the raven and press "?" when prompted
server.c - initializes the wireless interface, starts TCP server
shell.c - manages the TCP connection
cmd.c - provides the shell service
1.5.5